home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / EXIT.Dxr / 00001.ls next >
Encoding:
Text File  |  1996-05-30  |  206 b   |  16 lines

  1. on startMovie
  2.   cursor([8, 9])
  3.   updateStage()
  4.   cursor([8, 9])
  5.   updateStage()
  6.   preLoadCast(1, 22)
  7. end
  8.  
  9. on stopMovie
  10.   global rwObj
  11.   if objectp(rwObj) then
  12.     rwObj(mdispose)
  13.   end if
  14.   closeXLib()
  15. end
  16.